home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / antkendo.swf / scripts / frame_4 / PlaceObject2_123_17 / CLIPACTIONRECORD onClipEvent(mouseDown).as next >
Text File  |  2006-06-09  |  529b  |  21 lines

  1. onClipEvent(mouseDown){
  2.    if(_root._currentframe == 52)
  3.    {
  4.       if(_root.hero._currentframe < 61)
  5.       {
  6.          if(_root._ymouse < 100 && _root.hero._currentframe < 17)
  7.          {
  8.             _root.hero.gotoAndPlay(17);
  9.          }
  10.          else if(hitTest(_root._xmouse,_root._ymouse,false))
  11.          {
  12.             _root.hero.gotoAndPlay(33);
  13.          }
  14.          else if(_root._ymouse > 200 && _root.hero._currentframe < 47)
  15.          {
  16.             _root.hero.gotoAndPlay(47);
  17.          }
  18.       }
  19.    }
  20. }
  21.